Skip to content

RDKEMW-16405:[SECVULN] - HTTPS support for firmware download (fwupdater daemon) - COMMIT TO BE REVERTED -THESE CHANGES ARE ONLY FOR THE 403 - #101

Open
mkadinti wants to merge 1 commit into
developfrom
topic/RDKEMW-16405
Open

RDKEMW-16405:[SECVULN] - HTTPS support for firmware download (fwupdater daemon) - COMMIT TO BE REVERTED -THESE CHANGES ARE ONLY FOR THE 403#101
mkadinti wants to merge 1 commit into
developfrom
topic/RDKEMW-16405

Conversation

@mkadinti

Copy link
Copy Markdown
Contributor

…er daemon) - COMMIT TO BE REVERTED -THESE CHANGES ARE ONLY FOR THE 403
Copilot AI review requested due to automatic review settings July 17, 2026 10:23
@mkadinti
mkadinti requested a review from a team as a code owner July 17, 2026 10:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes the default CURL_TLS_TIMEOUT used by the download utilities, which ultimately affects the overall libcurl operation timeout for firmware/header requests.

Changes:

  • Reduced the default CURL_TLS_TIMEOUT macro from 7200L to 10L in dwnlutils/urlHelper.h.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread dwnlutils/urlHelper.h
Comment on lines 32 to 34
#ifndef CURL_TLS_TIMEOUT //This is to provide an option Define custom timeout using DFLAGS
#define CURL_TLS_TIMEOUT 7200L
#define CURL_TLS_TIMEOUT 10L
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants